Reversed Property (FlexRadar<T>)
In This Topic
Gets or sets a value that determines whether angles are reversed (counter-clockwise). The default value is false, which causes angles to be measured in the clockwise direction.
Syntax
'Declaration
Public Property Reversed As System.Boolean
'Usage
Dim instance As FlexRadar(Of T)
Dim value As System.Boolean
instance.Reversed = value
value = instance.Reversed
public System.bool Reversed {get; set;}
public read-write property Reversed: System.Boolean;
public function get,set Reversed : System.boolean
public: __property System.bool get_Reversed();
public: __property void set_Reversed(
System.bool value
);
public:
property System.bool Reversed {
System.bool get();
void set ( System.bool value);
}
See Also